3.1.40 \(\int \frac {1+2 x^2}{1-5 x^2+4 x^4} \, dx\)

Optimal. Leaf size=39 \[ -\frac {1}{2} \log (1-2 x)+\frac {1}{2} \log (1-x)-\frac {1}{2} \log (x+1)+\frac {1}{2} \log (2 x+1) \]

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 39, normalized size of antiderivative = 1.00, number of steps used = 7, number of rules used = 3, integrand size = 22, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.136, Rules used = {1161, 616, 31} \begin {gather*} -\frac {1}{2} \log (1-2 x)+\frac {1}{2} \log (1-x)-\frac {1}{2} \log (x+1)+\frac {1}{2} \log (2 x+1) \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(1 + 2*x^2)/(1 - 5*x^2 + 4*x^4),x]

[Out]

-Log[1 - 2*x]/2 + Log[1 - x]/2 - Log[1 + x]/2 + Log[1 + 2*x]/2

Rule 31

Int[((a_) + (b_.)*(x_))^(-1), x_Symbol] :> Simp[Log[RemoveContent[a + b*x, x]]/b, x] /; FreeQ[{a, b}, x]

Rule 616

Int[((a_.) + (b_.)*(x_) + (c_.)*(x_)^2)^(-1), x_Symbol] :> With[{q = Rt[b^2 - 4*a*c, 2]}, Dist[c/q, Int[1/Simp
[b/2 - q/2 + c*x, x], x], x] - Dist[c/q, Int[1/Simp[b/2 + q/2 + c*x, x], x], x]] /; FreeQ[{a, b, c}, x] && NeQ
[b^2 - 4*a*c, 0] && PosQ[b^2 - 4*a*c] && PerfectSquareQ[b^2 - 4*a*c]

Rule 1161

Int[((d_) + (e_.)*(x_)^2)/((a_) + (b_.)*(x_)^2 + (c_.)*(x_)^4), x_Symbol] :> With[{q = Rt[(2*d)/e - b/c, 2]},
Dist[e/(2*c), Int[1/Simp[d/e + q*x + x^2, x], x], x] + Dist[e/(2*c), Int[1/Simp[d/e - q*x + x^2, x], x], x]] /
; FreeQ[{a, b, c, d, e}, x] && NeQ[b^2 - 4*a*c, 0] && EqQ[c*d^2 - a*e^2, 0] && (GtQ[(2*d)/e - b/c, 0] || ( !Lt
Q[(2*d)/e - b/c, 0] && EqQ[d - e*Rt[a/c, 2], 0]))

Rubi steps

\begin {align*} \int \frac {1+2 x^2}{1-5 x^2+4 x^4} \, dx &=\frac {1}{4} \int \frac {1}{\frac {1}{2}-\frac {3 x}{2}+x^2} \, dx+\frac {1}{4} \int \frac {1}{\frac {1}{2}+\frac {3 x}{2}+x^2} \, dx\\ &=\frac {1}{2} \int \frac {1}{-1+x} \, dx-\frac {1}{2} \int \frac {1}{-\frac {1}{2}+x} \, dx+\frac {1}{2} \int \frac {1}{\frac {1}{2}+x} \, dx-\frac {1}{2} \int \frac {1}{1+x} \, dx\\ &=-\frac {1}{2} \log (1-2 x)+\frac {1}{2} \log (1-x)-\frac {1}{2} \log (1+x)+\frac {1}{2} \log (1+2 x)\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 29, normalized size = 0.74 \begin {gather*} \frac {1}{2} \log \left (-2 x^2+x+1\right )-\frac {1}{2} \log \left (-2 x^2-x+1\right ) \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(1 + 2*x^2)/(1 - 5*x^2 + 4*x^4),x]

[Out]

-1/2*Log[1 - x - 2*x^2] + Log[1 + x - 2*x^2]/2

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {1+2 x^2}{1-5 x^2+4 x^4} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

IntegrateAlgebraic[(1 + 2*x^2)/(1 - 5*x^2 + 4*x^4),x]

[Out]

IntegrateAlgebraic[(1 + 2*x^2)/(1 - 5*x^2 + 4*x^4), x]

________________________________________________________________________________________

fricas [A]  time = 0.79, size = 25, normalized size = 0.64 \begin {gather*} -\frac {1}{2} \, \log \left (2 \, x^{2} + x - 1\right ) + \frac {1}{2} \, \log \left (2 \, x^{2} - x - 1\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2*x^2+1)/(4*x^4-5*x^2+1),x, algorithm="fricas")

[Out]

-1/2*log(2*x^2 + x - 1) + 1/2*log(2*x^2 - x - 1)

________________________________________________________________________________________

giac [A]  time = 0.17, size = 33, normalized size = 0.85 \begin {gather*} \frac {1}{2} \, \log \left ({\left | 2 \, x + 1 \right |}\right ) - \frac {1}{2} \, \log \left ({\left | 2 \, x - 1 \right |}\right ) - \frac {1}{2} \, \log \left ({\left | x + 1 \right |}\right ) + \frac {1}{2} \, \log \left ({\left | x - 1 \right |}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2*x^2+1)/(4*x^4-5*x^2+1),x, algorithm="giac")

[Out]

1/2*log(abs(2*x + 1)) - 1/2*log(abs(2*x - 1)) - 1/2*log(abs(x + 1)) + 1/2*log(abs(x - 1))

________________________________________________________________________________________

maple [A]  time = 0.01, size = 30, normalized size = 0.77 \begin {gather*} -\frac {\ln \left (x +1\right )}{2}+\frac {\ln \left (2 x +1\right )}{2}+\frac {\ln \left (x -1\right )}{2}-\frac {\ln \left (2 x -1\right )}{2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((2*x^2+1)/(4*x^4-5*x^2+1),x)

[Out]

-1/2*ln(2*x-1)+1/2*ln(2*x+1)-1/2*ln(x+1)+1/2*ln(x-1)

________________________________________________________________________________________

maxima [A]  time = 1.04, size = 29, normalized size = 0.74 \begin {gather*} \frac {1}{2} \, \log \left (2 \, x + 1\right ) - \frac {1}{2} \, \log \left (2 \, x - 1\right ) - \frac {1}{2} \, \log \left (x + 1\right ) + \frac {1}{2} \, \log \left (x - 1\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2*x^2+1)/(4*x^4-5*x^2+1),x, algorithm="maxima")

[Out]

1/2*log(2*x + 1) - 1/2*log(2*x - 1) - 1/2*log(x + 1) + 1/2*log(x - 1)

________________________________________________________________________________________

mupad [B]  time = 0.30, size = 14, normalized size = 0.36 \begin {gather*} -\mathrm {atanh}\left (\frac {x}{2\,x^2-1}\right ) \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((2*x^2 + 1)/(4*x^4 - 5*x^2 + 1),x)

[Out]

-atanh(x/(2*x^2 - 1))

________________________________________________________________________________________

sympy [A]  time = 0.13, size = 26, normalized size = 0.67 \begin {gather*} \frac {\log {\left (x^{2} - \frac {x}{2} - \frac {1}{2} \right )}}{2} - \frac {\log {\left (x^{2} + \frac {x}{2} - \frac {1}{2} \right )}}{2} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((2*x**2+1)/(4*x**4-5*x**2+1),x)

[Out]

log(x**2 - x/2 - 1/2)/2 - log(x**2 + x/2 - 1/2)/2

________________________________________________________________________________________